.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(3, 101, 140);
}

#text {
    float: none;
    font-size: 4.4em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin: auto auto 0px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(255, 255, 255);
    font-style: normal;
    text-shadow: rgb(2, 73, 101) 0px 3px 3px;
    min-width: 0px;
    display: block;
    overflow: auto;
    padding-top: 25%;
    text-transform: none;
}

@media only screen and (max-width: 320px) {
    #text {
        font-weight: 600;
        font-size: 3.7em;
        text-decoration: none;
        letter-spacing: normal;
    }
}

